home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-11-08 | 974 b | 48 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: ODFDraw.hpp
- // Release Version: $ 1.0d11 $
- //
- // Copyright: © 1995 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifndef ODFDRAW_HPP
- #define ODFDRAW_HPP
-
- #if !defined(FW_BUILD_MAC)
-
- // ----- Foundation Includes -----
-
- #include "FWCommon.h"
- #include "FWTaskG.h"
- #include "FWDebug.h"
- #include "FWExcLib.h"
- #include "FWCollec.h"
- #include "FWFoundU.h"
- #include "FWMemory.h"
- #include "FWNotifn.h"
- #include "FWRunTyp.h"
- #include "FWStream.h"
- #include "FWString.h"
-
- // ----- OS Includes -----
-
- #include "FWFiles.h"
- #include "FWResour.h"
- #include "FWMenu.h"
- #include "FWEvents.h"
- #include "FWGraphx.h"
- #include "FWIntl.h"
- #include "FWOSMisc.h"
- #include "FWODUtil.h"
- #include "FWWindow.h"
-
- // ----- Framework Includes -----
-
- #include "FWPart.h"
- #include "FWGadgts.h"
-
- #endif
-
- #endif